home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8813 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  860 b 

  1. Path: csus.edu!news
  2. From: wleong@sfsu.edu (Jerry Leong)
  3. Newsgroups: comp.os.ms-windows.programmer.tools.owl,comp.lang.c
  4. Subject: How do I link a library to my program??
  5. Date: Wed, 06 Mar 1996 07:22:48 GMT
  6. Organization: San Francisco State University
  7. Message-ID: <313d3c58.4431866@news.csus.edu>
  8. NNTP-Posting-Host: wleong@pluto.sfsu.edu
  9. X-Newsreader: Forte Agent .99d/32.182
  10.  
  11. Hi,
  12.      I just started to learn progarmming in windows and I ran into a
  13. problem immediately.
  14.     I have been given a library file (winsock.lib) which contains
  15. routines that I need to use in my program. But even if I include it
  16. in my project file, linker still couldn't find the routines in the
  17. lib. Somehow I am under the impression that I need to call certain
  18. functions in my progam in order to load the library into the module.
  19.  
  20.   Please help. Your response is greatly appreciated!
  21.